Skip to content

Style/#375 정보 입력 UI 수정사항 반영#380

Open
dev-domo wants to merge 6 commits intodevelopfrom
style/#375-onboarding
Open

Style/#375 정보 입력 UI 수정사항 반영#380
dev-domo wants to merge 6 commits intodevelopfrom
style/#375-onboarding

Conversation

@dev-domo
Copy link
Collaborator

🔗 연결된 이슈

📄 작업 내용

  • 정보 입력 단계에서 감정 선택이 빠지면서 정보 입력 단계를 2단계로 줄였습니다. 이에 따라 상단 프로그레스바도 수정했습니다.
  • 퀘스트 방식 선택 화면의 이미지, 타이틀, 서브타이틀을 교체했습니다.
  • 타로 카드 이미지를 교체했습니다.
구현 내용 IPhone 16 pro IPhone 13 mini
GIF

💻 주요 코드 설명

InformationViewModel

  • 기존 유저 정보 저장 API가 아직 수정되지 않아, 감정 선택을 하지 않으면 퀘스트 방식 선택후 다음 버튼을 눌렀을 때 화면이 이동하지 않습니다.
  • 따라서 수정된 API를 붙이기 전까지는 아래처럼 currentFeeling에 임의의 값을 저장해서 기존 API를 호출하고 있습니다. 참고 부탁드립니다!
  • 더불어 JourneyType 열거형도 퀘스트 방식의 변화에 따라 추후 수정해야 할 것 같습니다!
final class InformationViewModel {
    
    // 다른 속성 생략
    private var currentFeeling: Feeling? = .exhausted    // 임의 값

@dev-domo dev-domo self-assigned this Feb 24, 2026
@dev-domo dev-domo linked an issue Feb 24, 2026 that may be closed by this pull request
2 tasks
Copy link
Collaborator

@y-eonee y-eonee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

깔끔하네요잉

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

확인이요!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

[Style] 온보딩 UI 수정사항 반영

2 participants